runtime.schedt.safePointWait (field)

10 uses

	runtime (current package)
		proc.go#L1581: 	if sched.safePointWait != 0 {
		proc.go#L1584: 	sched.safePointWait = gomaxprocs - 1
		proc.go#L1604: 			sched.safePointWait--
		proc.go#L1608: 	wait := sched.safePointWait > 0
		proc.go#L1642: 	if sched.safePointWait != 0 {
		proc.go#L1678: 	sched.safePointWait--
		proc.go#L1679: 	if sched.safePointWait == 0 {
		proc.go#L2365: 		sched.safePointWait--
		proc.go#L2366: 		if sched.safePointWait == 0 {
		runtime2.go#L813: 	safePointWait int32